Add new patch for new test failure in 6.7.2
authorStuart Prescott <stuart@debian.org>
Sun, 6 Oct 2024 08:46:48 +0000 (19:46 +1100)
committerStuart Prescott <stuart@debian.org>
Sun, 6 Oct 2024 08:47:30 +0000 (19:47 +1100)
debian/patches/0007-XFAIL-a-new-test-failure-with-6.7.2.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/0007-XFAIL-a-new-test-failure-with-6.7.2.patch b/debian/patches/0007-XFAIL-a-new-test-failure-with-6.7.2.patch
new file mode 100644 (file)
index 0000000..bc6d222
--- /dev/null
@@ -0,0 +1,23 @@
+From: Stuart Prescott <stuart@debian.org>
+Date: Sun, 6 Oct 2024 19:46:11 +1100
+Subject: XFAIL a new test failure with 6.7.2
+
+Tests are substantially changed in new release; library not
+being found in multi-arch paths
+---
+ build_history/blacklist.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
+index dfee4f9..43fa65e 100644
+--- a/build_history/blacklist.txt
++++ b/build_history/blacklist.txt
+@@ -99,6 +99,8 @@
+     py3
+ [pyside6-android-deploy::test_pyside6_android_deploy]
+     py3
++[pyside6-deploy::test_pyside6_deploy]
++    py3
+ [QtCore::qinstallmsghandler_test]
+     py3
+ [QtCore::loggingcategorymacros_test]
index 3c19fcb1d4612b73c3123647966f39a4fc99d893..7170f1f23f957a1f0f1575db4b3412ba512b26ed 100644 (file)
@@ -4,3 +4,4 @@
 0004-Add-failing-tests-to-blacklist.patch
 0005-Fix-numpy-header-detection.patch
 0006-Mark-arm64-test-failures-as-xfail-temporarily.patch
+0007-XFAIL-a-new-test-failure-with-6.7.2.patch